FlowTimerStopper
The FlowTimerStopper class is responsible for stopping a flow timer based on specific target timer names. It extends the FlowObjectDesigner class and is used within a workflow to stop a timer.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| TargetTimerName | The name of the target timer that this FlowTimerStopper is supposed to stop. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| FlowTimerStopper(name, workflowData, workflowCodeInstance) | Constructor for the FlowTimerStopper class. Initializes a new instance of the FlowTimerStopper class. |
| FlowTimerStopper(name, workflowData, workflowCodeInstance) | Constructor for the FlowTimerStopper class. Initializes a new instance of the FlowTimerStopper class. |
Methods
| Name | Description |
|---|---|
| Initialize() | Initializes the flow timer stopper. This method is an implementation of the abstract Initialize method from the base class. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |